home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / MAIL.XPI / bin / chrome / messenger.jar / content / messenger / SmtpServerEdit.xul < prev    next >
Encoding:
Extensible Markup Language  |  2005-03-09  |  2.6 KB  |  59 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
  4. <?xul-overlay href="chrome://messenger/content/smtpEditOverlay.xul"?>
  5.  
  6. <!-- ***** BEGIN LICENSE BLOCK *****
  7.  Version: MPL 1.1/GPL 2.0/LGPL 2.1
  8.  
  9.  The contents of this file are subject to the Mozilla Public License Version
  10.  1.1 (the "License"); you may not use this file except in compliance with
  11.  the License. You may obtain a copy of the License at
  12.  http://www.mozilla.org/MPL/
  13.  
  14.  Software distributed under the License is distributed on an "AS IS" basis,
  15.  WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  16.  for the specific language governing rights and limitations under the
  17.  License.
  18.  
  19.  The Original Code is Mozilla Communicator client code, released
  20.  March 31, 1998.
  21.  
  22.  The Initial Developer of the Original Code is
  23.  Netscape Communications Corporation.
  24.  Portions created by the Initial Developer are Copyright (C) 1998-1999
  25.  the Initial Developer. All Rights Reserved.
  26.  
  27.  Contributor(s):
  28.    Alec Flett <alecf@netscape.com>
  29.  
  30.  Alternatively, the contents of this file may be used under the terms of
  31.  either of the GNU General Public License Version 2 or later (the "GPL"),
  32.  or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  33.  in which case the provisions of the GPL or the LGPL are applicable instead
  34.  of those above. If you wish to allow use of your version of this file only
  35.  under the terms of either the GPL or the LGPL, and not to allow others to
  36.  use your version of this file under the terms of the MPL, indicate your
  37.  decision by deleting the provisions above and replace them with the notice
  38.  and other provisions required by the GPL or the LGPL. If you do not delete
  39.  the provisions above, a recipient may use your version of this file under
  40.  the terms of any one of the MPL, the GPL or the LGPL.
  41.  
  42.  ***** END LICENSE BLOCK ***** -->
  43.  
  44. <?xml-stylesheet href="chrome://messenger/skin/dialogs.css" type="text/css"?>
  45.  
  46. <!DOCTYPE dialog SYSTEM "chrome://messenger/locale/smtpEditOverlay.dtd">
  47.  
  48. <dialog title="&smtpEditTitle.label;"
  49.         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  50.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  51.         onload="onLoad();"
  52.         ondialogaccept="return onAccept();">
  53. <stringbundle id="bundle_prefs" src="chrome://messenger/locale/prefs.properties"/>
  54. <stringbundle id="bundle_brand" src="chrome://branding/locale/brand.properties"/>
  55. <script type="application/x-javascript" src="amUtils.js"/>
  56. <script type="application/x-javascript" src="SmtpServerEdit.js"/>
  57. <vbox id="smtpServerEditor"/>
  58. </dialog>
  59.